aboutsummaryrefslogtreecommitdiff
path: root/src/routes/user/[user]
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-19 17:05:25 -0800
committerFuwn <[email protected]>2024-02-19 17:05:25 -0800
commitd8acce26c444565828fe5324c55cb14cfe190942 (patch)
treed1ccb8a2e6905037ff5d651a0917162907171408 /src/routes/user/[user]
parentfix(user): types and classes (diff)
downloaddue.moe-d8acce26c444565828fe5324c55cb14cfe190942.tar.xz
due.moe-d8acce26c444565828fe5324c55cb14cfe190942.zip
feat(user): box-shadow for hololive badges
Diffstat (limited to 'src/routes/user/[user]')
-rw-r--r--src/routes/user/[user]/+page.svelte1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/user/[user]/+page.svelte b/src/routes/user/[user]/+page.svelte
index 0a31412d..ee7b9fcd 100644
--- a/src/routes/user/[user]/+page.svelte
+++ b/src/routes/user/[user]/+page.svelte
@@ -242,6 +242,7 @@
height: $size;
object-fit: cover;
transition: $transition;
+ box-shadow: rgba(0, 0, 11, 0.1) 0px 7px 29px 0px;
&:hover {
z-index: 2;